home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / desktop-base.postrm < prev    next >
Encoding:
Text File  |  2011-02-26  |  483 b   |  23 lines

  1. #!/bin/sh -e
  2.  
  3.  
  4.  
  5. if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
  6.   dpkg-maintscript-helper rm_conffile /etc/kde3/kdeglobals 6.0.1 -- "$@"
  7. fi
  8.  
  9. if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
  10.     if which update-grub2 > /dev/null ; then
  11.         update-grub2 || true
  12.     fi
  13. fi
  14.  
  15. #if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
  16. #    if [ -x /usr/sbin/plymouth-set-default-theme ];
  17. #    then
  18. #      plymouth-set-default-theme -r -R ||true
  19. #    fi
  20. #fi
  21.  
  22.  
  23.